NevronOpenVision
Nevron.Nov.Data Namespace / NObjectsDataTable<TItem> Class
Fields Properties Methods


NObjectsDataTable<TItem> Class Members

The following tables list the members exposed by NObjectsDataTable<TItem>.

Public Properties
 NameDescription
Public PropertyOverridden. Determines whether the data table supports the RemoveRow operation  
Public PropertyOverridden. Gets the count of rows in the data source  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Adds a new field  
Protected MethodOverloaded. Overridden. Adds a new row with the specified values, if CanAddRow is true  
Protected MethodOverridden. Inserts a new field at the specified index  
Protected MethodGets the count of items in the list  
Protected MethodGets the list object at the specified index.  
Protected MethodInserts the list object at the specfied index.  
Protected Method  
Protected MethodRemoves the list object at the specfied index.  
Protected MethodOverridden. Removes all rows  
Protected MethodOverridden. Removes the field at the specified index  
Protected MethodOverridden. Removes a row at the specified index  
Protected MethodOverridden. Sets a new name to the field at the specified index, if CanRenameField is true.  
Top
See Also